Carousel And Cta Button Update #88
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This update enhances the carousel block's editor interface and refines the CTA button hover functionality. The carousel block receives improvements to its editor experience with better InnerBlocks configuration, while the CTA button's hover filter implementation is refined for more consistent interactive behavior. These changes focus on improving the content editing workflow and user interaction polish without altering the fundamental block architecture.
Carousel Block Enhancements:
editor.jsxandsave.jsxto improve the InnerBlocks template configuration for better content managementblock.jsonto refine block attributes and editor settings for improved usabilityCTA Button Interaction:
cta-block-blue/extends/button-hover-filter.jsxto provide more consistent and polished hover state transitionsVersion and Documentation:
CHANGELOG.mdandstyle.cssversion metadata to reflect the carousel and CTA button improvements in the release historyFiles Changed:
CHANGELOG.md(Modified)resources/js/blocks/carousel/block.json(Modified)resources/js/blocks/carousel/editor.jsx(Modified)resources/js/blocks/carousel/save.jsx(Modified)resources/js/blocks/cta-block-blue/extends/button-hover-filter.jsx(Modified)style.css(Modified)